UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The system must use an access control program.


Overview

Finding ID Version Rule ID IA Controls Severity
V-220064 GEN006580 SV-220064r603265_rule Medium
Description
Access control programs (such as TCP_WRAPPERS) provide the ability to enhance system security posture.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-21773r485507_chk )
# svcprop -p defaults svc:/network/inetd | grep tcp_wrappers

This should return a line with the following:

defaults/tcp_wrappers boolean true

If the above line contains the word false, this is a finding.

Fix Text (F-21772r485508_fix)
Enable tcp_wrappers.
# svccfg -s svc:/network/inetd setprop defaults/tcp_wrappers=true
# svcadm refresh inetd